type crypto/tls.echServerContext

7 uses

	crypto/tls (current package)
		ech.go#L570: func (c *Conn) processECHClientHello(outer *clientHelloMsg) (*clientHelloMsg, *echServerContext, error) {
		ech.go#L583: 		return outer, &echServerContext{inner: true}, nil
		ech.go#L631: 		return echInner, &echServerContext{
		handshake_server.go#L135: func (c *Conn) readClientHello(ctx context.Context) (*clientHelloMsg, *echServerContext, error) {
		handshake_server.go#L150: 	var ech *echServerContext
		handshake_server_tls13.go#L32: type echServerContext struct {
		handshake_server_tls13.go#L62: 	echContext      *echServerContext